Skip to content

feat(ui): auto-refresh active sessions - #4

Merged
urzeye merged 1 commit into
mainfrom
feature/active-sessions-refresh
Jun 4, 2026
Merged

feat(ui): auto-refresh active sessions#4
urzeye merged 1 commit into
mainfrom
feature/active-sessions-refresh

Conversation

@urzeye

@urzeye urzeye commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • auto-refresh the read-only Active Sessions panel every 10 seconds
  • show the full SSH destination when it differs from the display alias
  • label forwarding specs in session rows and document the auto-refreshing panel

Scope

  • intentionally does not add kill-session or add-from-active-session actions
  • keeps Active Sessions read-only to avoid process-control and config-write risk

Tests

  • GOCACHE=/private/tmp/lazyssh-gocache go test ./...
  • GOCACHE=/private/tmp/lazyssh-gocache GOLANGCI_LINT_CACHE=/private/tmp/lazyssh-golangci-cache ./bin/golangci-lint run
  • GOOS=linux GOARCH=amd64 GOCACHE=/private/tmp/lazyssh-gocache GOLANGCI_LINT_CACHE=/private/tmp/lazyssh-golangci-cache-linux ./bin/golangci-lint run
  • GOCACHE=/private/tmp/lazyssh-gocache go build -o /private/tmp/lazyssh-active-sessions-refresh-check ./cmd
  • GOOS=linux GOARCH=amd64 GOCACHE=/private/tmp/lazyssh-gocache go build -o /private/tmp/lazyssh-linux-active-sessions-refresh-check ./cmd
  • GOOS=windows GOARCH=amd64 GOCACHE=/private/tmp/lazyssh-gocache go build -o /private/tmp/lazyssh-windows-active-sessions-refresh-check.exe ./cmd

@urzeye

urzeye commented Jun 4, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@urzeye
urzeye merged commit e402348 into main Jun 4, 2026
2 checks passed
@urzeye
urzeye deleted the feature/active-sessions-refresh branch June 4, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant